home *** CD-ROM | disk | FTP | other *** search
/ Gear Audio / Gear Audio CD-ROM.iso / csav / dos / se_scan.exe / FPROT.BAT < prev    next >
Encoding:
DOS Batch File  |  1999-02-01  |  739 b   |  28 lines

  1. @ECHO OFF
  2.  
  3. if exist c:\errlogg goto alert
  4. if not exist c:\f-prot\f-prot.exe goto notfnd
  5.  
  6. ECHO #***#***#***#***#***#***#***# >> C:\errlogg
  7. ECHO #   fprot did not execute   # >> C:\errlogg
  8. ECHO #    or failed checksum     # >> C:\errlogg
  9. ECHO #***#***#***#***#***#***#***# >> C:\errlogg
  10. ECHO USER %NETNAME% @ STATION %STATION%: >> C:\errlogg
  11.  
  12. :scan
  13. c:\f-prot\f-prot /hard /report=c:\result.xxx
  14.  
  15. ECHO ########################################################### >> C:\LOGG
  16. ECHO USER %NETNAME% @ STATION %STATION%: >> C:\LOGG
  17. del c:\errlogg
  18.  
  19. :notfnd
  20. echo F-PROT.EXE file not found on user hard drive >> C:\LOGG
  21. echo PLEASE CONTACT Lan Software Distributor >> C:\LOGG
  22. goto end
  23.  
  24. :alert
  25. echo CONTACT ADMINISTRATOR
  26.  
  27. :END
  28.